macos: keep array of pasteboard types
authorChristian Hergert <chergert@redhat.com>
Tue, 5 Jan 2021 23:24:41 +0000 (15:24 -0800)
committerChristian Hergert <chergert@redhat.com>
Wed, 6 Jan 2021 00:21:05 +0000 (16:21 -0800)
commit855b44f2ed522e5a201f28544234f97c846ae020
tree5e591f6d773e857fd5319fd1c3457453289e3c9a
parentf2e0097cacb7f497b61a31035eca2c11704e6548
macos: keep array of pasteboard types

To support Sierra, we need to have access to pasteboard types as a
NSString. Constants are provided in later versions of macOS, but we
can emulate that with an array which is initialized on first access.
gdk/macos/gdkmacosclipboard.c